Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid possibility of dispatcher getting stuck while backpressuring io #2369

Closed
wants to merge 1 commit into from

Conversation

thalesfragoso
Copy link
Member

@thalesfragoso thalesfragoso commented Aug 19, 2021

PR Type

Bug Fix

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

Avoid losing dispatcher's waker in the case we're backpressuring io and have a payload ready to read data.
For more information see: #1679 (comment)

If my understanding is correct, this closes #1679

@robjtede robjtede added A-http project: actix-http B-semver-patch labels Sep 3, 2021
@robjtede robjtede added this to the actix-web post-v4 milestone Nov 25, 2021
@robjtede robjtede removed this from the actix-web post-v4 milestone Mar 1, 2022
robjtede added a commit that referenced this pull request Jul 24, 2022
@robjtede
Copy link
Member

merged as 8ff489a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http project: actix-http B-semver-patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

actix-multipart file fields might not be waking properly
2 participants